Installation:

BACK UP YOUR FILES FIRST!!!

1. Open up "Grand Theft Auto IV\common\data\WeaponInfo.xml". Use notepad to open it and make sure that read-only in not check ( Right click on it then properties )

2. Scroll look for the data for the MP5. It looks the same as the settings below.

3. Copy and overite the setting below and then save.


Settings:
	<weapon type="MP5">
		<data slot="SMG" firetype="INSTANT_HIT" damagetype="BULLET" group="SMG" targetrange="75.0" weaponrange="100.0" clipsize="53" ammomax="1200" timebetweenshots="66">
			<damage base="20" networkplayermod="2.5" networkpedmod="1.25"/>
			<physics force="50.0"/>
			<reload time="1666" fasttime="1666" crouchtime="2533"/>

			<aiming accuracy="0.55">
				<offset         x="0.13" y="1.0" z="0.45"/>
				<crouchedoffset x="0.11" y="1.0" z="-0.02"/>
				<reticule standing="0.75" ducked="0.6" scale="0.3"/>
			</aiming>

			<pickup regentime="360000" ammoonstreet="60"/>

			<controller>
        <rumble duration="100" intensity="0.02"/>
			</controller>

			<flags>
				<flag>GUN</flag>
				<flag>CAN_AIM</flag>
				<flag>CAN_FREE_AIM</flag>
				<flag>ANIM_RELOAD</flag>
				<flag>ANIM_CROUCH_FIRE</flag>
				<flag>2HANDED</flag>
			</flags>
		</data>

		<assets model="w_mp5">
			<anim group="gun@mp5k" meleegroup1="firearm_core">
       <rates firerate="1.0" blindfirerate="1.4"/>
      </anim>

      <effects>
				<muzzle fx="muz_smg"/>
				<shell fx="weap_ejected_smg"/>
			</effects>
		</assets>
	</weapon>
